ohibc logo
OHI British Columbia | OHI Science | Citation policy


## [[1]]
## [1] TRUE
## 
## [[2]]
## [1] TRUE

1 read a table; capture prov info


3 {r child = system.file('footer/prov_ftr1.Rmd', package = 'provRmd')} #

OK: the footer needs to be in the same repo. Hiding it in the package is not the best. So: in script_prov, or prov_setup? copy footers to prov/ folder at end of footer, call to unlink itself?


4 Provenance

  ### delete footers from local prov/ directory
  ftr_list <- list.files(system.file('footer', package = 'provRmd'))
  lapply(ftr_list, function(x) {
    unlink(file.path('prov', x))
  })